home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / chat21pr.sit / Chat 2.1Pre10 Release / Chat Release Notes < prev    next >
Text File  |  1995-04-02  |  15KB  |  405 lines

  1. **** IDEAS/STUFF STILL TO DO ****
  2.  
  3. Chat Application Changes:
  4. o Update sample chat session text file
  5. o Scrollable channel windows
  6. o Add an administrator help screen to balloon help menu
  7. o Text entry field at bottom of each channel status window so you can type to channel
  8.   from the chat application, or perhaps just a global one
  9. o Admin command in application to send a yell to all users
  10. o Get status window working
  11. o Dialog box for setting preferences such as port #, and ON/OFF admin options
  12. o Preferences option for chat room administrator info
  13. o Fix/Clean up logging
  14.  
  15. Source Code Changes:
  16. o Separating variable setting into subroutines in separate source file
  17. o Rewrite sendtext
  18.  
  19. TCP IP Access Changes:
  20. o Fix lf/cr problem
  21. o More feedback on variable setting 
  22. o Multiple user ignore
  23. o Update /LIST and /LISTALL to indicate that user is gagged
  24. o Ignore tracking if user changes name
  25. o Auto-Gag if more than 5 people are ignoring a user
  26. o Ability to create channels in chat room
  27. o \VIEW user command, to show status and info about user, such as IP address, 
  28.   name, time logged in, variable status
  29. o Multiple user/password capability 
  30. o IP Address filter option
  31. o Username filter option
  32. o Text (profanity, etc.) filter option
  33. o Rewrite TCP/IP routines to allow configuration of BS/DEL, CR/CRLF, etc.
  34. o Get buffering working right
  35.  
  36. **** WHATS NEW IN 2.1pre10
  37.  
  38. Added IP address back to the user listings in chat room.
  39.  
  40. Created new window structure to support having scrolling text windows
  41. for the logs.
  42.  
  43. Created a separate window resource for the users and channels windows so
  44. you can customize where they open to on the screen.
  45.  
  46. Added scrolling ability to the monitor windows. Need to do error
  47. checking for 32k max text size on these still... The chat room will 
  48. definately crash if more than 32K of messages are output to the window.
  49.  
  50. Fixed resize problem with list windows where cell size wasn't getting
  51. changed.
  52.  
  53. Added Gestalt checks around the color quickdraw and applevent code,
  54. hopefully this will fix the problems people have been having with older
  55. machines.
  56.  
  57.  
  58. **** WHATS NEW IN 2.1pre9
  59.  
  60. Fixed the IP address display in the users listing
  61.  
  62. Added IP filtering. Reads docs for info on how to use.
  63.  
  64. Added ability to set the max number of connections in the CPrf resource.
  65. DO NOT MESS WITH THIS UNLESS YOU ARE SURE YOU KNOW WHAT YOU ARE DOING.
  66. It will probably cause Chat to stop receiving connections if you set
  67. too high.
  68.  
  69. Fixed a stupid bug with check for color quickdraw in the About Box code.
  70.  
  71. **** WHATS NEW IN 2.1pre8
  72.  
  73. Appears I didn't completely fix the click in dialog problem. Is fixed
  74. now.
  75.  
  76. Fixed the messages for GAG/UNGAG and moved them to the STR# resource.
  77.  
  78. Fixed the usage of the STR# resource item for User is Away/User is Here
  79. messages.
  80.  
  81. Fixed the problem with Chat crashing when brought up in BackGround only
  82. mode.
  83.  
  84. **** WHATS NEW IN 2.1pre7
  85.  
  86. Fixed crash on startup bug that was only happening on some machines.
  87.  
  88. Made users and channels windows separate, scrollable, and sizeable.
  89.  
  90. Updated version info throughout application.
  91.  
  92. Added USERINFO user variable, similar to the AWAYMSG but only displayed 
  93. when the user is not away. 
  94.  
  95. The IP address thing is still not working, will get to that in Pre8.
  96.  
  97. Added the channel name to the channel monitor text. I will be making
  98. these windows scrollable in Pre8.
  99.  
  100. Updated documentation with info on most of the new commands.
  101.  
  102. Fixed the problem with requiring passwords not working from the prefs.
  103.  
  104. Fixed the login text problem when requiring passwords.
  105.  
  106. Updated the \HELP, /HELP, etc. commands.
  107.  
  108. Removed the balloon help, since it was completely out of date and innacurate.
  109.  
  110. **** WHATS NEW IN 2.1pre6
  111.  
  112. Fixed some connection timeout bugs related to move over to MW CW.
  113.  
  114. Fixed title of monitor window.
  115.  
  116. Fixed update of user list when user logs out.
  117.  
  118. Fixed problem with clicking on about box and the way it passed the click
  119. on to other apps. (Annoying wasn't it?)
  120.  
  121. Began preparations to split Status window into two resizable windows instead
  122. of one dialog as it is now.
  123.  
  124. **** WHATS NEW IN 2.1pre5
  125.  
  126. GOT THE STATUS WINDOW WORKING! Will add more functionality to it, including 
  127. the ability to double click, and will also probably split into two resizable 
  128. windows - one for users, one for channels.
  129.  
  130. Fixed /PAGE so it displays away message
  131.  
  132. Added /VERSION command, and removed author and application info from the
  133. /ABOUT command.
  134.  
  135. Fixed 'LoggingIn has left the chat room' message, added a 'loggingin' flag.
  136.  
  137. Added a blank line after the 'User has left the chat room' message is sent.
  138.  
  139. Fixed the error whereby channel only messages were sent to whole chat room.
  140.  
  141. Added TERMINAL user var - might implement some very basic VT100 stuff.
  142.  
  143. Finally got it compiled in MetroWerks CodeWarrior - Release DR5. 
  144.  
  145.  
  146. **** WHATS NEW IN 2.1pre4 ****
  147.  
  148. Fixed count of users that are connected. Also added a line that displays total
  149. number of active tcp connections to the admin \INFO screen.
  150.  
  151. Fixed a small bug with the page command.
  152.  
  153. **** WHATS NEW IN 2.1pre3 ****
  154.  
  155. Fixed /? and \? mixup. They now properly display the user and admin command lists
  156. respectively. /HELP and \HELP <admin-passwd> display the full help text.
  157.  
  158. Added \GAG and \UNGAG commands for administrators to silence users
  159.  
  160. Added ANNOUNCE user variable to set whether or not you want to receive announcements
  161.  
  162. Added IGNORE user variable so a user can block messages from a particular user
  163.  
  164. Added /CLEAR command to clear screen
  165.  
  166. Added more channel information to the user list displays
  167.  
  168. Added /MSG command to allow a message board to be used by users
  169.  
  170. Temporarily turned off buffering since it wasn't working right.
  171.  
  172. Changed the way Current Number of Users was determined
  173.  
  174. Added a third string resource for user commands and admin commands to allow another
  175. spelling/version of the command. Eg.   /LIST, /L, and /WHO. As distributed, the
  176. third str resource is just a copy of the short commands resourec in the old version.
  177.  
  178. **** WHATS NEW IN 2.1pre2 ****
  179.  
  180. Channel monitor window that echoes all channels.
  181.  
  182. Status window still not working.
  183.  
  184. Menus names for channels are changes to include subjects. Not auto updating yet though.
  185.  
  186. Moved text and stuff into TEXT resources instead of STR#s. 
  187.  
  188. /?, \?, and bad commands now just display a list of commands (short).
  189.  
  190. /HELP and \HELP display full command help.
  191.  
  192. /ABOUT displays info about chat room and application.
  193.  
  194. /CHANNEL now has a TEXT resource with it that displays extra info about the channels.
  195.  
  196. **** WHATS NEW IN 2.1pre1 ****
  197.  
  198. Updated application and documentation to include information on shareware fees.
  199.  
  200. New beep option, there are 'snd ' resources in the program that optionally play
  201. when a user connects, when the chat room in restarted, and when the chat room 
  202. application is told to quit.
  203.  
  204. There is now a status window that can be displayed in the application 
  205. that lists who is connected and what channel they are on - the status dialog 
  206. is visible at startup by default.
  207.  
  208. Each channel now has a window that echoes the public talk in that channel.
  209. The channel windows are hidden by default.
  210.  
  211. Documentation has been updated. The release notes have been separated from the 
  212. documentation. 
  213.  
  214. Chat now supports the required AppleEvents - the only one that does anything 
  215. though is Quit. It also supports two AppleScript commands "Restart" and "Quitnow".
  216.  
  217. Chat now has Balloon Help for all of it's menu commands.
  218.  
  219. New about box that should work better with fewer colors, unlike the old bitmap. Is
  220. also alot easier to update for new versions.
  221.  
  222. Added /INFO and \INFO commands to display info about chat room status.
  223.  
  224. Added /SHOW and \SHOW commands to display current settings for variables.
  225.  
  226. Added AWAY and AWAYMSG user variables so you can set it so that you are away from
  227. the terminal. Whispers to you while you are AWAY will be answered with AWAYMSG. The
  228. AWAY status is also listed in the /LIST and /LISTALL screens.
  229.  
  230. Added Close menu item in file menu. 
  231.  
  232. Added base code and resources for a preferences dialog box, also a menu item to open
  233. this dialog box, and a menu item to save the current preferences. (Not functional yet)
  234.  
  235. Changed /HIDE so that it sends a message to all users that you logged out of the chat
  236. room. Changed /UNHIDE so it sends a message that you logged in.
  237.  
  238. Preference option for setting type of files for logs has been put back in.
  239.  
  240. **** WHATS NEW IN 2.0.6 ****
  241.  
  242. The user password bug has been fixed. 
  243.  
  244. A new option has been added to allow the chat room application to beep 
  245. whenever someone connects.
  246.  
  247. Adminstrative variables have been added to allow administrative setting 
  248. of beep on login, prompt for channel at login, and subject. They are 
  249. BEEP, PROMPT, and SUBJECT, respectively.
  250.  
  251. A new menu option, though currently not implemented, has been added which 
  252. will allow the administrator to control whether users can change the 
  253. subject of the channel. 
  254.  
  255. The help text has been updated to reflect the change in the /CHANNEL 
  256. command, which (as of v.2.0.5) lists the channels and subjects if no channel 
  257. is specified.
  258.  
  259. **** WHATS NEW IN 2.0.5 ****
  260.  
  261. The bug that caused the username to not be displayed in the "User has 
  262. left chat room" message has been fixed.
  263.  
  264. The icon mask has been fixed, it used to not be easy to click, only a 
  265. small area of it was sensitive.
  266.  
  267. A new user variable is available "SUBJECT", allows the user to set the 
  268. subject of a channel.
  269.  
  270. The "/CHANNEL" command will now display a list of channels, and the 
  271. subjects for those channels, when a channel name is not entered. It also 
  272. puts a * in front of the channel you are currently on.
  273.  
  274. There is a new STR# resource that holds the default subjects for the 
  275. channels in the chat room.
  276.  
  277. A new preferences option and menu item is available - Prompt For Channel 
  278. At Login. If this is turned off (the default now), the user will be 
  279. automatically placed in the first channel. 
  280.  
  281. The login screens will now allow up to three chances to type in the 
  282. correct/valid response. You now will not be immediately logged out if you 
  283. make a typo in the channel name.
  284.  
  285. **** WHATS NEW IN 2.0.4 ****
  286.  
  287. Several bugs have been fixed including the infamous port 1420 problem. 
  288. Also, a beep has been added that is sounded when you receive a page.
  289.  
  290. The About box has been changed. 
  291.  
  292. Chat is now distributed by default with log files for all channels turned 
  293. off, this can be easily changed by filling in file names.
  294.  
  295. The default port is now set to 23, so you can simply telnet to the 
  296. machine chat is running on, without specifying a port number.
  297.  
  298. The problem with Chat not quitting when you shut down or restart has been 
  299. fixed. For you programmer types out there - let this be a lesson to you: 
  300. "Never name the Quit item in your file menu anything other than 'Quit' - it 
  301. was 'Quit Chat Room'".
  302.  
  303. **** WHATS NEW IN 2.0.3 ****
  304.  
  305. You can now switch between Foreground Only and Background Only versions 
  306. of the Chat Room by simply changing the Background only bit in the size
  307. resource. Thanks to Peter Lewis for providing the code to make this 
  308. possible. To cut down on size, the Chat room will be distributed in the 
  309. foreground only mode.
  310.  
  311. The utilities menu has been enabled. Features available in utilities menu:
  312.     Disabling User Passwords
  313.     Disabling Logins
  314.     Disabling Whispers
  315.     Disabling Yells
  316.     
  317. Default settings for these options are read in from the 'CPrf' resource 
  318. in the application. A 'TMPL' for editing this resource is also present. 
  319. The default port has been moved from a STR resource to the preferences 
  320. resource. The setting of disabling user passwords is restricted if their 
  321. are no passwords present in the file.
  322.  
  323. A new administrator command has been added - \SET to allow setting of 
  324. those disabled options from within the chat room. For example - with the 
  325. default admin password of "admin". The command "\SET admin logins off" 
  326. will disable any new logins. Typing "\SET admin" will list the options.
  327.  
  328. A new die rolling routine has been added - allows easy selection of 
  329. different die configurations in the standard roll playing notation such as
  330. 2d20 to roll 2 twenty sided dice. 
  331.  
  332. **** WHATS NEW IN 2.0.2 ****
  333.  
  334. By popular demand -  I have reverted to Chat being a BackGround only 
  335. application. However, instead of it only being background only, you have
  336. the choice. Two applications are distributed with the archive. The (BG) one
  337. is Background Only. The (FG) is Foreground Only. 
  338.  
  339. The only difference between the two is the "Only Background" bit in the 
  340. SIZE resource, and the 0 or 1 value in Str #3 in the Globals string
  341. resource. I know it is a cheap way to program it, but I don't have all 
  342. that much time to work on it. If anyone would like to write me a small 
  343. little piece of Pascal code that would check to see what the Background
  344. Only bit is, please do.
  345.  
  346. Plans for 2.0.3 - someone sent me some new code for the die rolling 
  347. routines. Will put that in as soon as I have a chance to rewrite it to 
  348. match the style of the rest of the program. Thanks to Erich at UIUC
  349. for the new code. 
  350.  
  351. Other Concerns: Chat logs can be placed in a specific location by 
  352. typing the full path in the ChannelLogNames string resource. 
  353. Eg. "HD 80:Chat Logs:Channel 1 Log" for example. Without the quotes! :)
  354.  
  355. There is still a problem with Chat crashing after running for an extended 
  356. time. So far - this appears to only affect Chat - it doesn't seem to bother
  357. any other programs that are running.
  358.  
  359. Chat has been successfully tested and run under A/UX 3.0.1. 
  360.  
  361. **** WHATS NEW IN 2.0.1 ****
  362.  
  363. Added the capability for leaving the user passwords string resource
  364. empty. Now, if there is nothing in the user passwords string resource
  365. the chat room will not ask for a user password on login.
  366.  
  367. Also fixed a small bug - well, didn't actually fix it, just turned off
  368. Pascal Range Checking in the compile. Problem caused Chat to crash on
  369. any machine not running MacsBug. 
  370.  
  371. **** WHATS NEW IN 2.0 ****
  372.  
  373. This is a new and improved version of Peter N. Lewis's Chat 1.1 
  374. Macintosh TCP/IP Chat Server. It now supports changing of channels,
  375. changing of user names, and many other nifty features. To customize
  376. it you will need to use ResEdit - most of the program's strings are 
  377. contained
  378. in resources so it can be customized rather extensively.
  379.  
  380. New Commands:
  381.  User Help                               /HELP
  382.  Changing channel                        /CHANNEL ch-name
  383.  Whispering to another user              /WHISPER user
  384.  Yelling to all channels                 /YELL msg
  385.  Change your name                        /SET NAME newname
  386.  Page a user to your channel             /PAGE user
  387.  List users on all channels              /LISTALL
  388.  List users on current channel only      /LIST
  389.  Rolling dice (for games I suppose)      /DICE count
  390.  
  391.  Hiding from other users (Admin Only)    \HIDE admin-pswd
  392.  Unhideing from other users (Admin Only) \UNHIDE admin-pswd
  393.  Disconnect A User (Admin Only)          \KILL admin-pswd user
  394.  Disconnect All (Admin Only)             \RESTART admin-pswd
  395.  Administrator Help                      \HELP
  396.  User and Administrator Passwords
  397.  
  398.  
  399. The default TCP port to connect to: 1420
  400. The default user password for Chat 2.0 is "permission".
  401. The default admin password for Chat 2.0 is "admin".
  402.  
  403. A sample telnet session to the chat server is enclosed.
  404.  
  405.